home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / tricho.exe / TRICHO.H < prev    next >
Text File  |  1990-03-16  |  278b  |  14 lines

  1. /*  Tricho menu definitions  */
  2.  
  3. /*  Main menu id  */
  4. #define IDM_COLORS        1
  5.  
  6. /*  popup choices  */
  7. #define IDM_BLACKONWHITE    2
  8. #define IDM_WHITEONBLACK    3
  9. #define IDM_REDWHITEBLUE    4
  10. #define IDM_RANDOM        5
  11.  
  12. /* about dialog id  */
  13. #define IDM_ABOUT        6
  14.